home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.ACTIONS.SETTXTTF.HTM.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  3.4 KB  |  114 lines

  1. 
  2. <html>
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.         
  6.         <title>Set Text of Text Field</title>
  7.         <meta name="DHTMLScriptName" content="Set Text\Set Text of &Text Field">
  8.         
  9.         <meta name="DialogResizable" content="true">
  10.         <meta name="DialogSize" content="525,265">
  11.         
  12.         <style>
  13.         button    { width: 8em;  }                
  14.         table    { border: none; border-collapse: collapse }
  15.         </style>
  16.         <script type="text/JavaScript">
  17.         var L_NOMESSAGE_ErrorMessage        = "Please enter a message";
  18.         var L_NOVALIDFIELDS_ErrorMessage    = "There are no valid fields for this action.";
  19.         var L_FIELDNOTFOUND_ErrorMessage    = "The specified field could not be found.";
  20.         var L_MATCHEDBRACES_ErrorMessage    = "All curly braces must be well matched and cannot be nested.";
  21.         var L_SEMICOLONS_ErrorMessage        = "Semicolons are not allowed in curly braces.";
  22.         var L_EMPTYBRACES_ErrorMessage        = "Curly braces cannot be empty.";
  23.         var L_NOTAG_ErrorMessage            = "Error: Cannot find tag in document.";
  24.         var L_Unnamed_ListBox                = "unnamed"; 
  25.         var L_NotInForm_ListBox                = "not in a form";
  26.         var L_InForm_ListBox                = "in form";                
  27.         var L_TargetForm_ListBox            = "%1 %2 %3 %4";            
  28.         var L_Textarea_ListBox                = "textarea"; 
  29.         var L_Text_ListBox                    = "textbox"; 
  30.         </script>
  31.         <script type="text/JavaScript" src="FPLib.js"></script>
  32.         <script type="text/JavaScript" src="DOM.js"></script>
  33.         <script type="text/JavaScript" src="GetObj.js"></script>
  34.         <script type="text/JavaScript" src="SetText.js"></script>
  35.         <script type="text/JavaScript" src="Strings.js"></script>
  36.         <script type="text/JavaScript" src="SetTxtTF.js"></script>
  37.     </head>
  38.     <body onload="initDialog(); safeFocus(theForm.TextFieldName)">
  39.         <form id="theForm" name="theForm" onsubmit="Validate(); return false;">
  40.             <table cellpadding="0" cellspacing="0" id="AutoNumber1" width="100%" height="100%">
  41.                 <tr>
  42.                     <td nowrap>
  43.                         <label for="TextFieldName">
  44.                             
  45.                             Text <u>F</u>ield:
  46.                         </label>
  47.                     </td>
  48.                     <td>
  49.                          
  50.                     </td>
  51.                     <td width="100%">
  52.                         <select size="1" name="TextFieldName" style="width: 100%" accesskey="f" id="TextFieldName">
  53.                             
  54.                         </select>
  55.                     </td>
  56.                 </tr>
  57.                 <tr height="1%">
  58.                     <td colspan="3">
  59.                          
  60.                     </td>
  61.                 </tr>
  62.                 <tr>
  63.                     <td colspan="2" nowrap>
  64.                         <label for="Message">
  65.                             
  66.                             New <u>T</u>ext: 
  67.                         </label>
  68.                     </td>
  69.                     <td width="100%" rowspan="2">
  70.                         <textarea name="Message" rows="5" style="width: 100%; height: 100%" accesskey="t" id="Message"></textarea>
  71.                         
  72.                     </td>
  73.                 </tr>
  74.                 <tr>
  75.                     <td height="100%">
  76.                          
  77.                     </td>
  78.                     <td height="100%">
  79.                          
  80.                     </td>
  81.                 </tr>
  82.                 <tr height="1%">
  83.                     <td colspan="3">
  84.                          
  85.                     </td>
  86.                 </tr>
  87.                 <tr height="1%">
  88.                     <td colspan="3">
  89.                         <hr>
  90.                         <table width="100%">
  91.                             <tr>
  92.                                 <td width="100%"> </td>
  93.                                 <td>
  94.                                     <button id="buttonOk" name="OK" value="OK" type="submit">
  95.                                         
  96.                                         OK
  97.                                     </button>
  98.                                 </td>
  99.                                 <td> </td>
  100.                                 <td>
  101.                                     <button id="buttonCancel" name="Cancel" value="Cancel" onclick="CancelAction();">
  102.                                           
  103.                                           Cancel
  104.                                       </button>
  105.                                 </td>
  106.                             </tr>
  107.                         </table>
  108.                     </td>
  109.                 </tr>
  110.             </table>
  111.         </form>
  112.     </body>
  113. </html>
  114.